From 0bd3499f7c96851c7e523013e199105443961ff6 Mon Sep 17 00:00:00 2001 From: Rob Browning Date: Sat, 8 Oct 2011 11:25:36 -0500 Subject: [PATCH] Drop dh --with autotools_dev; it doesn't work if config.* files are missing. --- debian/rules | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/debian/rules b/debian/rules index 8cdd17620bd..ef19af7b3a1 100755 --- a/debian/rules +++ b/debian/rules @@ -303,7 +303,7 @@ define deb_sub endef %: - dh $@ --parallel --with autotools_dev + dh $@ --parallel check-vars: @echo "src_name: $(src_name)" @@ -468,6 +468,9 @@ define build_cmd endef override_dh_auto_configure: debian/setup-stamp + # Can't use dh --with autotools_dev because it only works if + # you haven't removed the config.sub and config.guess files + # from the source tree. cp -a /usr/share/misc/config.guess . cp -a /usr/share/misc/config.sub . $(call cfg_tree,debian/build-x,$(confflags_x)) -- 2.30.2